Q3PixmapDrawContext_GetPixmap
You can use theQ3PixmapDrawContext_GetPixmap
function to get the pixmap associated with a pixmap draw context.
TQ3Status Q3PixmapDrawContext_GetPixmap ( TQ3DrawContextObject drawContext, TQ3Pixmap *pixmap);
drawContext
- A pixmap draw context object.
pixmap
- On exit, a pointer to a pixmap.
DESCRIPTION
TheQ3PixmapDrawContext_GetPixmap
function returns, in thepixmap
parameter, a pointer to the pixmap currently associated with the draw context specified by thedrawContext
parameter.